Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
Releases
@sumup/[email protected]
Major Changes
#911
9e9d2c2
Thanks @connor-baer! - Added support foreslint-plugin-storybook
. This plugin helps conform to Storybook's best practices.#926
7a39c58
Thanks @connor-baer! - Upgraded to Stylelint 16. Refer to the migration guide.#912
df2477b
Thanks @connor-baer! - Upgraded to Prettier v3. Read the release announcement.#910
f392d28
Thanks @connor-baer! - Upgraded@typescript-eslint/typescript-eslint
to v6. Read the changelog.#910
f392d28
Thanks @connor-baer! - Upgradedeslint-plugin-testing-library
to v6. Read the migration guide.#923
ea7c264
Thanks @connor-baer! - Removed the ESLint plugins for Cypress, Emotion, Jest, Next.js, Playwright, Storybook, and Testing Library from the dependencies. Install the plugins as dev dependencies in your project. Foundry still enables and configures them automatically.#915
d937ac3
Thanks @connor-baer! - Addedeslint-plugin-security
for Node environments. This plugin helps identify potential security hotspots, but finds a lot of false positives which need triage by a human.#910
f392d28
Thanks @connor-baer! - Raised the minimum Node version to ^18.12 || >=20 (i.e. Node 19 is not supported).Minor Changes
#932
85b5fbe
Thanks @connor-baer! - Expanded the scope of the Cypress and Playwright plugins to account for end-to-end test in subdirectories.#931
39b28a8
Thanks @connor-baer! - Added a newdebug
command to inspect the detected configuration options.#931
39b28a8
Thanks @connor-baer! - Removed the obsoletepublish
option which hasn't been used since v6.#929
20d1be5
Thanks @connor-baer! - Added support for@sumup/eslint-plugin-circuit-ui
. This plugin helps users follow best practices when using Circuit UI.Patch Changes
1f3067e
Thanks @connor-baer! - Improved package version detection to handle tarball URLs and fail gracefully.